home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TSTATUSFORM / TSTATUSFORM.txt
Text File  |  1999-03-22  |  1KB  |  82 lines

  1. object StatusForm: TStatusForm
  2.   Left = 384
  3.   Top = 215
  4.   Width = 277
  5.   Height = 270
  6.   Caption = 'Trace Information'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnResize = FormResize
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 196
  23.     Width = 60
  24.     Height = 13
  25.     Caption = 'Trace Level '
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 220
  30.     Width = 69
  31.     Height = 13
  32.     Caption = 'Freeze Display'
  33.   end
  34.   object Status: TMemo
  35.     Left = 8
  36.     Top = 12
  37.     Width = 254
  38.     Height = 173
  39.     TabStop = False
  40.     Color = clWhite
  41.     Lines.Strings = (
  42.       '')
  43.     ReadOnly = True
  44.     ScrollBars = ssBoth
  45.     TabOrder = 2
  46.   end
  47.   object BOk: TButton
  48.     Left = 187
  49.     Top = 215
  50.     Width = 75
  51.     Height = 23
  52.     Caption = 'Close'
  53.     TabOrder = 1
  54.     OnClick = BOkClick
  55.   end
  56.   object Frozen: TCheckBox
  57.     Left = 88
  58.     Top = 215
  59.     Width = 17
  60.     Height = 25
  61.     Alignment = taLeftJustify
  62.     Color = clBtnFace
  63.     ParentColor = False
  64.     TabOrder = 0
  65.   end
  66.   object LevelBox: TComboBox
  67.     Left = 90
  68.     Top = 192
  69.     Width = 30
  70.     Height = 21
  71.     ItemHeight = 13
  72.     Items.Strings = (
  73.       '1'
  74.       '2'
  75.       '3'
  76.       '4')
  77.     TabOrder = 3
  78.     Text = '1'
  79.     OnChange = LevelBoxChange
  80.   end
  81. end
  82.